﻿body { font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans,"Microsoft YaHei"}
/*banner与导航部分*/
.container-fluid{
  padding: 0;
}
.navbar-inverse{
  background-color: rgba(0,0,0,0.4);
  border-color: transparent;
}
.navbar-brand img{
  margin-top: -20px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  transition: all 0.3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #a6e1ff;
}
@media screen and (max-width: 767px){
  .navbar-brand img{
    width: 100px;
    height: 75px;
  }
  .navbar-inverse {
    background-color: #222;
    border-color: #080808;
  }
}


/*底部*/
.bgFooter{
  background: #282d2b;
}
.footerText{
  color: #fff;
}
.footerText h4{
  font-weight: bold;
}
.footerText a{
  color: #ccc;
}
.footerText li{
  margin-top: 15px;
}
.Twocode img{
  width: 130px;
}
.Twocode h5{
  margin-left: 26px;
}
/*公共底部*/
@media screen and (max-width: 767px){
  .bgFooter{
    padding: 30px 0;
  }
}


/*分页公共样式*/
#pager{  text-align:center; margin-top:30px; }
.pager a{ font-size:12px; color:#666; border:#e9e9e9 1px solid; padding:2px 10px;}
.pager span a.current{ background:#0491dc; color:#fff; padding:3px 11px;}
.btn{ margin:25px 0 0 70px;}




.qqbox {
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 999;
    width: 120px;
    height: 300px;
    text-align: center;
    background: #117dc2;
    color: #fff;
}